home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / tscn312.zip / README.312 < prev    next >
Text File  |  1992-08-22  |  8KB  |  168 lines

  1. {*****************************************************************************}
  2. {*                                                                           *}
  3. {*                   "Don't Just Scan It, TranScan It!"                      *}
  4. {*                                                                           *}
  5. {*                              TranScan (tm)                                *}
  6. {*                                                                           *}
  7. {*                 "The Ultimate File Scanner & Converter"                   *}
  8. {*                                                                           *}
  9. {*****************************************************************************}
  10.  
  11. This file contains important changes made to TranScan that are not yet
  12. included in the TranScan.Doc file. Please read it carefully so that you can
  13. take advantage of some of the new features.
  14.  
  15. TranScan BBS relocates to Kansas
  16. ================================
  17. TranScan BBS (formerly The Computer Post), development site of TranScan, has
  18. moved back to Kansas. Please make note of the following phone and address
  19. changes:
  20.  
  21. TranScan BBS                        Voice : 913-266-2287
  22. c/o Craig Dunstan                   BBS   : 913-266-0781
  23. 3760 SW Park South Ct Apt. 102      Orders & Reg. User Tech. Support:
  24. Topeka, Ks. 66609-2106                      800-578-3061
  25.  
  26.                          MasterCard & Visa accepted!
  27.  
  28.  
  29. TranScan now adds files to Wildcat "On The Fly"
  30. ===============================================
  31.  
  32. If TranScan processes a file that is in a valid Wildcat Path but not in the
  33. Wildcat Directory it will add the file to the Wildcat database. This feature
  34. can be helpful if you define your QMODEM download directory as a path in
  35. Wildcat. You can modify your Qmodem.Bat file so that it runs TranScan on the
  36. files in your download directory and it will add them to wildcat as it
  37. processes them.  The following is an example:
  38.  
  39.   REM This is QMODEM.BAT file!
  40.   CD \qmodem
  41.   qmodem
  42.   CD \qmodem\download
  43.   TranScan *.* -D
  44.  
  45. The -D causes transcan to write the filename to the TRANSCAN.DID file so that
  46. it only processes it once.
  47.  
  48. This feature can be used in many other ways left only to your immagination. I
  49. have already heard of people using it with ROBOCOMM to add their recent file
  50. requests to Wildcat.
  51.  
  52. NOTE: This feature can be disabled by adding /NoAdd to the command line.
  53.  
  54. TranScan can delete files from the Wildcat Database
  55. ===================================================
  56.  
  57. Several users have requested the ability to have TranScan delete files that
  58. were failed from the Wildcat Database to limit the amount of work for the
  59. SysOp. If you have the "Reject Action" on page one of the Set-Up set for
  60. "Delete" TranScan will not only delete the file from the directory if it
  61. fails, it will also delete it from the Wildcat Database.
  62.  
  63.  
  64.  
  65. Support added for the new Wildcat-IM (DIGI Board Version)
  66. =========================================================
  67.  
  68. If you are now running the new Wildcat-IM version you can add one command to
  69. your ScanFile.Bat command line and the COM output will be displayed to your
  70. online callers.  Your ScanFile.Bat file should now read:
  71.  
  72. TRANSCAN %1 /DIGI
  73.  
  74. Long Descriptions from FILE_ID.DIZ now supported
  75. ================================================
  76.  
  77. If a File_Id.Diz file is detected in the archive (and you have set "Read
  78. File_id.Diz and Desc.Sdi") TranScan will not only import the first line into
  79. the Short Description of Wildcat, but it will also import all the lines into
  80. the Long Description in Wildcat.
  81.  
  82. If a Desc.Sdi file is detected and a File_Id.Diz file is not found it will
  83. import the first line of the Desc.Sdi file into the Short Description.
  84.  
  85. There is a lot of controversy out there on which description should be
  86. imported. The reason TranScan does it this way is based on the STANDARD that
  87. these files were originally created.
  88.  
  89. The FILE_ID.DIZ file is an ASCII text file and contain up to 10 lines of 45
  90. characters each. The first line of this file is the program name and version,
  91. and the following lines describe the function of the program. The FILE_ID.DIZ
  92. file is intended for the program author's use in providing a coherent
  93. description of his program. In this way, the author and the sysop can be
  94. assured that the proigram will be properly described when uploaded to a BBS.
  95. DO NOT use this file for BBS advertising - such is in violation of the
  96. copyright associated with the FILE_ID.DIZ file.
  97.  
  98.  
  99. The DESC.SDI file should only be a one line file containing 60 characters or
  100. less. A lot of BBS systems create this file based on the user's description
  101. for the file. TranScan can create this file if you set the "Write DESC.SDI"
  102. feature).
  103.  
  104. Specific Exit Codes added to TranScan
  105. =====================================
  106.  
  107. TranScan now exits with very specific exit codes based on various events that
  108. happened during the TranScan process.  The Exit Codes are as follows:
  109.  
  110.       Code Condition                      Scan Failed Flag Set
  111.         0  OK                                      N
  112.         1  Virus Detected                          Y
  113.         2  Integrity Error                         Y
  114.         3  Age/Date Rejection                      Y
  115.         4  File Already Exists                     Y
  116.         5  External Program Not Found              Y
  117.         6  External Program Error                  Y
  118.        15  User Aborted [ESC]                      N
  119.        16  User above MIN Security                 N
  120.        17  Timer Expired                           N
  121.        20  TranScan Out Of Memory                  N
  122.        21  Fatal Error                             N
  123.  
  124. TranScan automatically creates the ScanFile.Bad file in the NODEx directory
  125. for errors 1-6. In this way Wildcat will present the appropriate FAILED or
  126. PASSED message.
  127.  
  128. Special Note for Wildcat SysOps using AUTONODE
  129. ==============================================
  130.  
  131. After much experimentation I have written TranScan to work with AutoNode. It
  132. is VERY important that you create seperate SCANFILE.RUN files and put them in
  133. all NODEx areas that have an AUTO assignment. The one line SCANFILE.BAT will
  134. NOT work (the two line wont either) when you are running AUTONODE. Your
  135. SCANFILE.RUN file MUST Change Directory (CD) to the NODEx directory before
  136. running TranScan.  Here are a few examples:
  137.  
  138.  
  139.     REM ScanFile.Run file for Node1
  140.     @ECHO off
  141.     CD \wc30\wcwork\node1
  142.     transcan %1
  143.  
  144.     REM ScanFile.Run file for Node2
  145.     @ECHO off
  146.     CD \wc30\wcwork\node2
  147.     transcan %1
  148.  
  149. TranScan will determine the NODE number from the DOOR.SYS file it finds in the
  150. NODEx directory. It will also create the SCANFILE.BAD file in the current
  151. directory if the scan failed.
  152.  
  153.  
  154. Using TranScan with other BBS Software
  155. ======================================
  156.  
  157. TranScan CAN be used with other BBS Software to detect files with Viruses. You
  158. can set TranScan to MOVE, DELETE, or RENAME the failed files and this action
  159. will effectively make the files unavailable for download. At this time
  160. TranScan will not display COM output on any boards except Wildcat. I am
  161. modifying it to work with a number of other BBS systems so this will be
  162. available real soon.
  163.  
  164. If you are running another type of software and would like to assist in the
  165. BETA testing please call my BBS and leave me a message at 913-266-0781.
  166.  
  167.                                    {-EOF-}
  168.